func crypto/aes.encryptBlockAsm
4 uses
crypto/aes (current package)
aes_gcm.go#L111: encryptBlockAsm(len(g.ks)/4-1, &g.ks[0], &tagMask[0], &counter[0])
aes_gcm.go#L164: encryptBlockAsm(len(g.ks)/4-1, &g.ks[0], &tagMask[0], &counter[0])
cipher_asm.go#L20: func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
cipher_asm.go#L82: encryptBlockAsm(int(c.l)/4-1, &c.enc[0], &dst[0], &src[0])
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |